﻿body {
}

[hidden] { display: none; }

.hidden { display: none; }


.normalBackground {    
     background-image: url('../images/SASOL_Logo_Corner.svg'), linear-gradient(to bottom, #103C61, #103C61);
     
     
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-position: right top; 
     background-size:100vh auto, auto;
     
     overflow:hidden;
     
}

  .copyrightLabel {
    position: absolute;
    bottom: 2px;
    left: 7px;
    z-index: -1;
    color:white;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 6px;
    font-family: Verdana, Verdana, sans-serif;
    height:7px;     
    overflow:hidden; 
  }

  .versionLabel {
    position: absolute;
    bottom: 11px;
    left: 7px;
    z-index: -1;
    color:white;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 6px;
    font-family: Verdana, Verdana, sans-serif;
    height:7px;     
    overflow:hidden; 
  }

    .userLabel {
    position: absolute;
    bottom: 1px;
    left: 3px;
    z-index: -1;
    color:white;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 6px;
    font-family: Verdana, Verdana, sans-serif;
    height:7px;     
    overflow:hidden; 
  }

.myHeader {
    
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    line-height: 1;  
}



.normalBox {
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px !important;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif !important;    
    height:22px;   
    padding-left:5px; 
    width:160px;
}
.normalBox:disabled {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    color:black;
}



.normalBoxWarning {
    background-color: rgba(255, 227, 3, 0.45);
    border: 1px solid rgba(85, 85, 85, 0.20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(255, 227, 3, 0.6);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:22px;   
    padding-left:5px; 
    width:100%;
}

.normalBoxWarning:disabled {
    color:black;
}

.errorBox {
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 20px 0px rgba(255, 128, 128, 0.70);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:22px;   
    padding-left:5px; 
}

.navBox {
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:22px;   
    padding-left:5px; 
    width:100%;
}

.navBox:disabled {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    color:rgba(85, 85, 85, 0.75);
}

.navBox select {
  background: red;
  width: 140px;
  border: 1px;
  border-radius: 5px;
  color: #000000;
}

.navBoxError {
    background-color: rgba(255, 0, 0, 0.45);
    border: 1px solid rgba(85, 85, 85, 0.20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:22px;   
    padding-left:5px; 
    width:100%;
}

.navBoxWarning {
    background-color: rgba(255, 227, 3, 0.45);
    border: 1px solid rgba(85, 85, 85, 0.20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(255, 227, 3, 0.6);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:22px;   
    padding-left:5px; 
    width:100%;
}

.navBoxSuccess {
    background-color: rgba(41, 166, 100, 0.50);
    border: 1px solid rgba(85, 85, 85, 0.20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0, 255, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:22px;   
    padding-left:5px; 
    width:100%;
}

.tablestyle {
    width: 100%;
    height: 100%;
    font-family: Trebuchet, Arial, sans-serif;
    font-size: 10px;
    background-color: white;
    border: 0px solid #EAEAEA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 2px rgba(85, 85, 85, 0.75);
   
}

.tablestyle2 {
    width: 100%;
    height:100%;
    background-color: white;
    border: 0px solid #EAEAEA;
    
   }

.bringtofront {
    position:relative;
    z-index: 3000; 
}

.tableNavbar {
    width: 100%;
    height: 100%;
    min-width:310px;
    font-family: Trebuchet, Arial, sans-serif;
    font-size: 10px;
    background-color: white;
    border: 0px solid #EAEAEA;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
    box-shadow: 1px 1px 5px 2px rgba(85, 85, 85, 0.75);    
}

.fontFine {
    color:white;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 6px;
    text-align: right;
    font-family: Verdana, Verdana, sans-serif;
    height:6px;
    vertical-align:text-bottom;
    float:right;  
    Aquilon Copyright© 2014  
}

.fontHeader1 {
    color:Black;
    letter-spacing: 1pt;
    word-spacing: 2pt;
    font-size: 12px;
    vertical-align:central;
    font-weight: bold;
    font-family: Verdana, Verdana, sans-serif;
    text-transform: uppercase; 
    padding-top:5px;
    padding-left:0px;   
    height:20px;
    display:inline-block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
}

.fontHeader2 {
    color:Black;
    letter-spacing: 1pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    font-family: Verdana, Verdana, sans-serif;
    text-transform: uppercase; 
    padding-left:10px;   
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
}

.fontHeader2White {
    color:white;
    letter-spacing: 1pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    font-family: Verdana, Verdana, sans-serif;
    text-transform: uppercase; 
    padding-left:10px;   
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
}

.fontspacing {
   padding-top:18px;
}

.fontLabel {
    color:Black;
    letter-spacing: 0pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    vertical-align:middle;
}

.fontLabelKG {
    margin-left:-30px;
    margin-top:-5px;
    color:Black;
    letter-spacing: 0pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    vertical-align:middle;
}


.fontSmallLabel {
    color:Black;
    letter-spacing: 0pt;
    word-spacing: 2pt;
    font-size: 8px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
}

.fontNormal {
    color:Black;
    letter-spacing: 0pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
}

.fontNoWrap {
   white-space:nowrap;
}

.fontCenter {
  text-align:center;
}

.fontLeft {
    text-align: left;
}

.fontJustify {
    text-align: justify; 
    text-justify: inter-word;
}

.fontWhite {
    color: white;
}

.fontNone {
    color: none;
}


.normalTab {
    background-color: #829BB3;
    border-width: 0px;
    border-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.75);
    height: 15px;
    position: relative;
    top: 7px;
    transition-property: height, top;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
    .normalTab:hover:enabled {
        height: 30px;
        top:0px;
    }
    
    .normalTab:disabled {
        background-color: #EAEAEA;
        color: rgba(85, 85, 85, 0.75);
        animation: none;
    }

    .normalTab[tabIndex="1"] {
        top: 0px;
        height: 30px;
    }

        .normalTab[tabIndex="1"]:disabled {
            background-color: #EAEAEA;
            height: 30px;
        }

    .normalTab:focus {
        outline: none;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75), 0px 0px 2px 2px yellow;
    }

.transitionOff {
    transition:none;
}

 .btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/* Gradient color1 - color2 - color1 */
		
.hrstyle {
    border: 0;
    height: 1px;
    background: #829CB5;  
    /*box-shadow:  1px 1px 5px rgba(0,0,0, 0.75);  */
}

.hrstyleWhite {
    border: 0;
    height: 1px;
    background: white;    
}

.hrspacing {
    margin-left: 3px;
    margin-right:3px;
}

.hrdoubestyle {
    /*padding: 0;
    border: none;
    border-top: medium double #829BB3;
    margin-bottom:0px;*/
    border: 0;
    height: 1px;
    margin-bottom:0px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgSURBVBhXY2Sa5vmfAQgYGRh8mWAMoMhmJhiDgYGBAQB6ZAY0QIk5swAAAABJRU5ErkJggg==) repeat;
    background: #829BB3;    
    
         
}


.logoutButton {
    border:0px;
    background: url('logout.png');
    background-position:left;
    background-repeat:no-repeat;
    cursor: pointer;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 8px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    padding-left:24px;
    height:16px;
}

.userButton {
    border:0px;
    background: url('user.png');
background-position:left;
background-repeat:no-repeat;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 8px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    
    text-transform: uppercase;
    padding-left:24px;
    height:16px;
}
.roleButton {
    border:0px;
    background: url('role.png');
    background-position:left;
    background-repeat:no-repeat;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 8px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    padding-left:24px;
    height:16px;
}

.pdfButton {
    border:0px;
    background: url('pdf.png');
background-position:left;
background-repeat:no-repeat;
cursor: pointer;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 8px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    padding-left:24px;
    height:16px;
}

.nextButton {
    border:0px;
    background: url('next.png');
background-position:left;
background-repeat:no-repeat;
cursor: pointer;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 8px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    padding-left:24px;
    height:16px;
}

.prevButton {
    border:0px;
    background: url('prev.png');
background-position:left;
background-repeat:no-repeat;
cursor: pointer;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 8px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    padding-left:24px;
    height:16px;
}

.normalsmallButton {
    background-color: #829BB3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    padding-left:7px;
    padding-right:3px;
    height:20px;
}
.normalsmallButton:disabled {
    background-color:#EAEAEA;
    color:rgba(85, 85, 85, 0.75);
}

.normalsmallButton:focus 
{
    outline: none;
    box-shadow: inset 0 0 3px 1px #FF0000, 0 0 3px 1px #FF0000;
}





.normalButton {
    background-color: #829BB3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
    border: 0px solid #03783c;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    padding-left:5px;
    padding-right:20px;
    padding-top:7px;
    height:18px;
    box-shadow: inset 0 0 12px rgba(0,0,0, 0.15);
    height:19px;
}

.normalButton2 {
    background-color: #829BB3;
    border: 0px solid #03783c;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    
    text-transform: uppercase;

    box-shadow: inset 0 0 12px rgba(0,0,0, 0.15);
    height:30px;
    padding-left:10px;
    padding-right:15px;
    padding-top: 2px;
    margin-left:-3px;

}

.buttonFont {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    
    text-transform: uppercase;
}

.normalButton2:hover {
	background-color:#D0646E;
}
.normalButton2:active {
	position:relative;
	top:1px;
    box-shadow: inset 0 0 12px rgba(255,0,0, 0.55);
    
    z-index:4;
}
.normalButton2:disabled {
    background-color:#EAEAEA;
    color:rgba(85, 85, 85, 0.75);
    box-shadow : none;
}

.normalButton2:active:disabled {
	position:relative;
	top:0px;
    box-shadow : none;
    z-index:4;
}

.normalButton2:before
{  
  float:left;  
  width:25px;
  font-size: 20px;
  pointer-events: none;
  color:white;  
  text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);  
}

.normalButton2:disabled:before
{  
  float:left;  
  width:25px;
  font-size: 24px;
  pointer-events: none;
  color:darkgray;  
  text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);  
}

.normalButton2:focus 
{
    outline: none;
    /*box-shadow: inset 0 0 3px 1px #FF0000, 0 0 3px 1px #FF0000;*/
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75), 0px 0px 2px 2px yellow;
}

.nbleft {
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
}

.nbright {
    border-bottom-right-radius:4px;
    border-top-right-radius:4px;
}

.nbtop {
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}

.nbbottom {
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
}

.fapt {
    position:relative;
    top:-1px;
}

.fapt2x {
    position:relative;
    top:0px;
}

.normalButton3 {
    background-color: #829BB3;
    border:0px;  
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    
    text-transform: uppercase;

    
    height:22px;
    
    width:115px;

padding:0px;

}

.normalButton3:hover {
	 
     text-shadow:1px 1px 1px black, 0px 0px 5px 5px #FFE400;
}

.normalButton3:hover[disabled] {
	 
    cursor: default;
     text-shadow:none;

}
.normalButton3:active {
	position:relative;
	top:1px;
    box-shadow: inset 0 0 12px rgba(255,0,0, 0.55);
}
.normalButton3[disabled] { 
    background-color:#EAEAEA;  
    color:rgba(85, 85, 85, 0.75);
}
.normalButton3:disabled {  
    background-color:#EAEAEA; 
    color:rgba(85, 85, 85, 0.75);
}
.normalButton3:before
{  
  float:left;  
  width:25px;
  font-size: 20px;
  pointer-events: none;
  color:white;  
  text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);  
}

.normalButton3:disabled:before
{  
  float:left;  
  width:25px;
  font-size: 24px;
  pointer-events: none;
  color:darkgray;  
  text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);  
}

.normalButton3:focus 
{
    outline: none;
    box-shadow: inset 0 0 3px 1px #FF0000, 0 0 3px 1px #FF0000;
}
    



.normalButton:hover {
	background-color:#D0646E;
}
.normalButton:active {
	position:relative;
	top:1px;
    box-shadow: inset 0 0 12px rgba(255,0,0, 0.55);
}
.normalButton[disabled] {
    background-color:#EAEAEA;
    color:rgba(85, 85, 85, 0.75);
}
.normalButton:before
{  
  float:left;  
  width:25px;
  font-size: 20px;
  pointer-events: none;
  color:white;  
  text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);  
}

.normalButton:disabled:before
{  
  float:left;  
  width:25px;
  font-size: 24px;
  pointer-events: none;
  color:darkgray;  
  text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);  
}

.disabledText {
    color:rgba(85, 85, 85, 0.75);;
}

.normalButton:focus 
{
    outline: none;
    box-shadow: inset 0 0 3px 1px #FF0000, 0 0 3px 1px #FF0000;
}

 .blackButton {
    background:none;
    border:none;    
    color: black;
    text-decoration: none;
    color: white;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-transform: uppercase;
    padding-left:5px;
    padding-right:5px;
    padding-top:0px;
    height:20px;
    height:25px;

        padding-left:10px;
    padding-right:15px;
    padding-top: -4px;
    text-shadow: 0px 0px 2px black;
    
 }



.blackButton[ID="btnLogout"]:hover {
   cursor: pointer;
   border-radius:3px;
   box-shadow: inset 0 0 12px rgba(0,0,0, 0.25), 0 0 2px rgba(0,0,0, 0.25);   
}


.blackButton:focus 
{
    border-radius:3px;
    outline: none;
    text-shadow: 1px 1px 2px rgba(255,255, 255, 0.75), 0px 0px 7px 7px darkgray;
}


.blackButton:active {
	position:relative;
	top:-1px;
    left:-1px;
}

.blackButton[ID="btnLogout"]:active:enabled {
	position:relative;
	top:1px;
}

.blackButton:disabled {
   
}
.blackButton:before
{  
  float:left;  
  width:25px;
  font-size: 20px;
  pointer-events: none;
  color:black;  
  text-shadow:2px 2px 3px rgba(0, 0, 0, 1);  
}

.blackButton:disabled:before
{  
  float:left;  
  width:25px;
  font-size: 24px;
  pointer-events: none;
  color:darkgray;  
  text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);  
}

.gridButton {
    background-color:#829BB3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 8px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;    
    text-transform: uppercase;
    height:24px;
    margin-left:0px;
    margin-right:0px;
}

    .gridButton:hover {
        box-shadow: inset 0 0 12px rgba(255,0,0, 0.55);
    }

.gridButton:disabled {
    background-color:#27A6F6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 8px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    
    text-transform: uppercase;
    height:24px;
    margin-left:0px;
    margin-right:0px;
        background-color:#EAEAEA;
    color:rgba(85, 85, 85, 0.75);
}

.gridButton:focus 
{
    outline: none;
    box-shadow: inset 0 0 3px 1px #FF0000, 0 0 3px 1px #FF0000;
}


.gridButtonDisabled {
    background-color:#27A6F6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 8px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    height:16px;
    margin-left:0px;
    margin-right:0px;
        background-color:#EAEAEA;
    color:rgba(85, 85, 85, 0.75);
}


.gridRemoveButton {
    background-color:transparent;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: red;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 18px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    margin-left:3px;
    margin-right:0px;
}

.gridRemoveButton:focus 
{
    outline: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75), 0px 0px 5px 5px #FFE400;
}

.gridRemoveButton:disabled {
    background-color:transparent;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: darkgray;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 18px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin-left:3px;
    margin-right:0px;
    display:none;
}

.gridRemoveButtonDisabled {
    background-color:transparent;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: darkgray;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 18px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin-left:3px;
    margin-right:0px;
    display:none;
}

.gridButtonInline {
    background-color:#27A6F6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 17px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 18px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    height:20px;
    width:22px;
    margin-top:0px;
    padding-left:2px;
    padding-top:2px;
}

    .gridButtonInline:hover {
        box-shadow: inset 0 0 12px rgba(255,0,0, 0.55);
    }

.gridButtonInline:disabled {
    background-color:#EAEAEA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px solid darkgray;
    display: inline-block;
    cursor:no-drop;
    color: white;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 18px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    height:18px;
    margin-top:3px;
    padding-left:2px;
    padding-top:1px;
}

    .gridButtonInlineDisabled:active {
	position:relative;
	top:0px;
    left:0px;
    }

    .gridButtonInline[disabled] {
    background-color:#EAEAEA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px solid darkgray;
    display: inline-block;
    cursor:no-drop;
    color: white;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 18px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    height:18px;
    margin-top:3px;
    padding-left:2px;
    padding-top:1px;
}

    .gridButtonInline:hover {
	background-color:#D0646E;
}
.gridButtonInline:active {
	position:relative;
	top:1px;
    box-shadow: inset 0 0 12px rgba(0,0,255,0.55);
}


.gridBox {
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:18px;   
  
}

.gridBox:disabled {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    color:black;
}

.gridDropDown {
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:18px;   
    background: url('../images/Arrow.png') no-repeat;        
    background-position: right center;  
}

.gridDropDown::-ms-expand {
    display: none;
}

.gridDropDown:disabled {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    color:black;
}

 

.gridBoxError {
    background-color: rgba(255, 0, 0, 0.45);
    border: 1px solid rgba(85, 85, 85, 0.20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:18px;   
    width:90px;
}

.gridBoxError {
    background-color: rgba(255, 0, 0, 0.45);
    border: 1px solid rgba(85, 85, 85, 0.20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:18px;   
}


.gridBoxError2 {
    background-color: rgba(255, 0, 0, 0.45);
    border: 1px solid rgba(85, 85, 85, 0.20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:18px;   
    width:80px;
}

.gridBox2 {
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:18px;   
    width:80px;

}

.gridBox2:disabled {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    color:black;
    cursor:no-drop;
}    

.gridBoxNoBorder {
    background-color: transparent;
    border: 0px solid darkgray;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:18px;
    padding-left: 10px;   
}

.gridBoxNoBorder:disabled {    
    color:black;
}

.gridBoxNoBorder::-ms-expand {
    display: none;
}

.gridBoxFull {
    background-color: transparent;
    border: 0px solid darkgray;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    text-align:left;
    margin:0px;
    height:35px;
    cursor:pointer;
    padding-left: 10px;
}

.gridBoxTotal{
    background-color: transparent;
    border: 0px solid darkgray;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    font-family: Verdana, Verdana, sans-serif;    
    text-align:left;
    margin:0px;
    height:35px;
    cursor:pointer;
    padding-left: 10px;
}

.gridBoxTotalLeft{
	background: linear-gradient(to right, #829BB3 60%, white 100%); 
    border-width:0px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-transform: uppercase;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    margin:0px;
    margin-top:0px;
    padding-left:7px;
    font-weight:normal;
    width:100%;
    height:35px;

}

.topLine {
    margin-top:-1px;
    border-top:1px solid black;
}


.gridviewNormalFooter {
    height:2px;

}

.gridviewNormalHeader {
    background-color: #829CB5;
    border-bottom: 2px solid darkgray;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.50);
    text-transform: uppercase;
    height:20px;
    font-weight:normal;
    padding:10px;
    padding-right:20px;
        font-weight:normal;
}

.gridviewNormalHeader a:link {
     color : white;
     text-decoration : none;
     font-weight:normal;
     text-align: left;
 }

 .gridviewHeaderLeft {
	background-color:#829CB5;
    border-width:0px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-transform: uppercase;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    padding-right:20px;
        font-weight:normal;
}

  .gridviewHeaderSelect {
	background-color:#829CB5;
    border-width:0px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-transform: uppercase;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    font-weight:normal;
    padding:0;
}

    .gridviewRowSelect {
	background-color:#829BB3;
    border-width:0px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-transform: uppercase;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    font-weight:normal;
    padding:0px;
    cursor: pointer;
}

.gridviewHeaderLeft a:link {
     color : white;
     text-decoration : none;
     font-weight:normal;
     text-align: left;
 }

.gridviewHeaderRight {
	background-color:#829CB5;
    border-width:0px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-transform: uppercase;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    padding-right:20px;
    font-weight:normal;
}

.gridviewHeaderRight a:link {
     color : white;
     text-decoration : none;
     font-weight:normal;
     text-align: left;
 }

.gridviewHeaderAsc {
    background-color: #829BB3;
    border: 0px solid #829BB3;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.50);
    text-transform: uppercase;
    height:20px;
    font-weight:normal;
    padding:10px;
    padding-right:20px;
    background: url('../images/Arrow.png') no-repeat;        
    background-position: right center;   
    font-weight:normal; 
             
 
}

.gridviewHeaderDesc {
    background-color: #829BB3;
    border: 0px solid #829BB3;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.50);
    text-transform: uppercase;
    height:20px;
    font-weight:normal;
    padding:10px;
    padding-right:20px;
  background: url('../images/Arrow.png') no-repeat; 
  background-position: right center;
      font-weight:normal;    

}

.gridViewRowStyle {
    background-color:white;
    border-radius :1px;
    padding:5px;
    height:25px;
    border: 1px solid #e8e8e8;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    cursor:pointer;
    height:30px;
}

.gridViewFirstCol {
    padding-left:10px !important;
}

.gridViewRowStyle2 {
    background-color:none;
    border-radius :0px;
    padding:0px;
    height:18px;
    border: 0px solid #e8e8e8;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    cursor:pointer;
    height:20px;
}

.gridViewRowStyle2disabled {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    border-radius :0px;
    padding:0px;
    height:18px;
    border: 0px solid #e8e8e8;
    font-size: 9px;
    text-align: left;
    color:gray;
    font-family: Verdana, Verdana, sans-serif;
    cursor:default;
    height:20px;
}

.gridViewSelectedRowStyle2 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAYSURBVBhXY/wPBK8/WjEwvPpgCWT+/w8AdcYNIgNoUmMAAAAASUVORK5CYII=) repeat; 
    border-radius :0px;
    padding:0px;
    height:18px;
    border: 0px solid #e8e8e8;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    cursor:pointer;
    height:20px;
}

.gridControlCenter {
    text-align: center;
}

.Grid {
    border-collapse:separate;
    border-spacing:0;
}

.Grid, .Grid th, .Grid td

{
    border:0px;
    text-align:left;    
}

.Grid tr td:first-child {
    border-left: 1px solid darkgray;
}

.Grid tr td:last-child {
    border-right: 1px solid darkgray;
}

.Grid tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.Grid tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.Grid tr td {
    border-bottom: 1px solid #EAEAEA;
}

.Grid tr:last-child td {
    border-bottom: 1px solid darkgray;
}

    .Grid tr th {
        background-color: #829CB5;
        border-bottom: 2px solid darkgray;
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
        letter-spacing: 1pt;
        word-spacing: 2pt;
        font-size: 10px;
        text-align: left;
        font-family: Verdana, Verdana, sans-serif;
        text-transform: uppercase;
        height: 30px;
        padding-left: 10px;
        font-weight: normal;
        padding-top:10px;
        padding-bottom:10px;
    }

.Grid th:first-child {
    border-top-left-radius: 5px;
}

.Grid th:last-child {
    border-top-right-radius: 5px;
}

    .Grid td:first-child {
        padding-left : 5px;
    }

    .GridHeader th {
        background-color: #829CB5;
        border-bottom: 2px solid darkgray;
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
        letter-spacing: 1pt;
        word-spacing: 2pt;
        font-size: 10px;
        text-align: left;
        font-family: Verdana, Verdana, sans-serif;
        /*text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.50);*/
        text-transform: uppercase;
        height: 30px;
        padding-left: 10px;
        font-weight: normal;
    }

.GridHeader th:first-child {
    border-top-left-radius: 5px;
}

.GridHeader th:last-child {
    border-top-right-radius: 5px;
}



.gridViewSelectedRowStyle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAYSURBVBhXY/wPBK8/WjEwvPpgCWT+/w8AdcYNIgNoUmMAAAAASUVORK5CYII=) repeat; 
    padding:5px;
    border: 1px solid #EAEAEA;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 2px rgba(255, 255, 255, 0.75);
    /*box-shadow: inset 0 0 12px rgba(252, 255, 0, 0.92);*/
    height:30px;
}

.yellowBackground {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAYSURBVBhXY/wPBK8/WjEwvPpgCWT+/w8AdcYNIgNoUmMAAAAASUVORK5CYII=) repeat !important; 
}

.gridViewRedRowStyle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAATSURBVBhXYwCB/wwMDRCCgYEBABx9Av8VmPyPAAAAAElFTkSuQmCC) repeat; 
    padding:5px;
    border: 1px solid white;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 2px rgba(255, 255, 255, 0.75);
    /*box-shadow: inset 0 0 12px rgba(255, 0, 0, 0.79);*/
    height:30px;

}

.redBackground {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAATSURBVBhXYwCB/wwMDRCCgYEBABx9Av8VmPyPAAAAAElFTkSuQmCC) repeat !important;
}

.gridViewGreenRowStyle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAVSURBVBhXYxC5LfUfBBhAhMhtqf8AaloMCVMf74IAAAAASUVORK5CYII=) repeat; 
    padding:5px;
    height:18px;
    border: 1px solid white;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 2px rgba(255, 255, 255, 0.75);
    /*box-shadow: inset 0 0 12px rgba(0, 151, 74, 0.81);*/
    height:30px;
}

.greenBackground {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAVSURBVBhXYxC5LfUfBBhAhMhtqf8AaloMCVMf74IAAAAASUVORK5CYII=) repeat !important; 
}

.gridViewOrangeRowStyle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAVSURBVBhXY/i/iuE/CDCCCIbVjAwAc1cLTgEQ/SUAAAAASUVORK5CYII=) repeat; 
    padding:5px;
    border-radius :3px;
    border: 1px solid white;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 2px rgba(255, 255, 255, 0.75);
    /*box-shadow: inset 0 0 12px rgba(254, 147, 32, 0.7);*/
    cursor:pointer;
    height:30px;
}

.orangeBackground {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAVSURBVBhXY/i/iuE/CDCCCIbVjAwAc1cLTgEQ/SUAAAAASUVORK5CYII=) repeat !important; 
}

.orangeButtonBackground
{
    position:relative;
    top:-5px;
    background: url('../images/Arrow.png') no-repeat, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAVSURBVBhXY/i/iuE/CDCCCIbVjAwAc1cLTgEQ/SUAAAAASUVORK5CYII=) repeat !important;        
    background-position: right center !important;  
    background-color: white;
    border: 1px solid darkgray;
    border-left-width: 0px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 22px;
    width: 20px;
    
}

.orangeButtonBackground:disabled {    
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAVSURBVBhXY/i/iuE/CDCCCIbVjAwAc1cLTgEQ/SUAAAAASUVORK5CYII=) repeat !important;        
    color:black;
}

.gridViewPurpleRowStyle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZSURBVBhXY3hw4MH/Xx9+/WcEEc8uPGMAAIO+DeNIU46pAAAAAElFTkSuQmCC) repeat; 
    padding:5px;
    border-radius :3px;
    border: 1px solid white;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 2px rgba(255, 255, 255, 0.75);
    /*box-shadow: inset 0 0 12px rgba(254, 147, 32, 0.7);*/
    cursor:pointer;
    height:30px;
}

.purpleBackground {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZSURBVBhXY3hw4MH/Xx9+/WcEEc8uPGMAAIO+DeNIU46pAAAAAElFTkSuQmCC) repeat; 
}



.gridViewBlueRowStyle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1hx5z8YMIKIlXcZGACC2Q0C9WANOAAAAABJRU5ErkJggg==) repeat; 
    padding:5px;
    border-radius :3px;
    border: 1px solid white;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 2px rgba(255, 255, 255, 0.75);
    /*box-shadow: inset 0 0 12px rgba(254, 147, 32, 0.7);*/
    cursor:pointer;
    height:30px;
}

.blueBackground {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1hx5z8YMIKIlXcZGACC2Q0C9WANOAAAAABJRU5ErkJggg==) repeat; 
}

.gridViewGreyRowStyle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAWSURBVBhXY9iyZct/EGAEEVu3bmUAAH3iDTRGG/JaAAAAAElFTkSuQmCC) repeat; 
    padding:5px;
    border-radius :5px;
    border: 1px solid white;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 2px rgba(255, 255, 255, 0.75);
    height:30px;
    /*box-shadow: inset 0 0 12px rgba(85, 85, 85, 0.65);*/
}

.greyBackground {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAWSURBVBhXY9iyZct/EGAEEVu3bmUAAH3iDTRGG/JaAAAAAElFTkSuQmCC) repeat; 
}

.gridViewFocusRowStyle {
    border:2px dotted black;
}

.gridViewInvisibleRowStyle {
    padding:5px;
    border-radius :5px;
    border: 1px solid white;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 2px rgba(255, 255, 255, 0.75);
    display:none;
}

.disabledDropdown{
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
  
    padding-left:5px;

    background: url('../images/Arrow.png') no-repeat;        
    background-position: right center;               
    height:22px; 
    width: 140px;  
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    color:black;                
}


.disabledDropdown::-ms-expand {
    display: none;
}

.normalDropdown{
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana;    
  
    padding-left:5px;

    background: url('../images/Arrow.png') no-repeat;        
    background-position: right center;               
    height:22px; 
    width: 150px;  
            

}
.normalDropdown:disabled {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    color:black;
}

.normalDropdown::-ms-expand {
    display: none;
}
.normalDropdown select {
font-size: 16px;
border: 1px solid #cccccc;
border-top: none;
background: #ffffff;
list-style-type: none;
padding: 10px;
margin: 0;
width: 50%;
z-index: 100;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.normalDropdown select[disabled] { color: blue; }

.divDetail {
    padding-top:5px;
    padding-bottom:0px;
    padding-left:5px;
    padding-right:5px;
}

.divNav {
    padding-top:5px;
    padding-bottom:0px;
    padding-left:3px;
    padding-right:0px;
    margin-right:-1px;
    overflow:hidden;
}

.divscroll {
    width: 100%;
    height: 100%;
    max-height:435px;
    margin-top:-20px;
    margin-bottom:-20px;   
    margin-left:12px; 
    padding-right:24px;
    overflow: scroll;
    background-color:red;
}

.modalBackground {
    
    cursor:wait;
    opacity:0.2;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAWSURBVBhXY2ZgYPgPxIwgBiMDA0M9AA7jAYdU6/rtAAAAAElFTkSuQmCC) repeat; 
}

.modalPopup {
    border: 0px solid #EAEAEA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border-width: 0px;
    width: 1000px;
    height: 500px;
    padding:5px;
    box-shadow: 0px 0px 20px 10px rgba(85, 85, 85, 0.75), 1px 1px 5px 2px rgba(85, 85, 85, 0.75);
    position:relative;
    z-index: 10000;   
    /*margin-left:-160px;
    margin-top:-37px;*/
    display:none;
    position:absolute;    
}

.messageBoxPopup {
   width: 400px;
   height: 230px;
}

.messageBoxPopupWide {
   width: 462px;
   height: 230px;
}


.normalCrystal {
    background-color: white;
    border: 0px solid darkgray;
    width:100%;



}

.customCalloutStyle div, .customCalloutStyle td
        {
            border: solid 1px #C0C000;
            background-color: #FFFF80;

             
        }
        .customCalloutStyle .ajax__validatorcallout_popup_table
        {
            display: none;
            border: none;
            background-color: transparent;
            padding: 0px;
            
        }
        .customCalloutStyle .ajax__validatorcallout_popup_table_row
        {
            vertical-align: top;
            height: 100%;
            background-color: transparent;
            padding: 0px;
        }
        .customCalloutStyle .ajax__validatorcallout_callout_cell
        {
            width: 20px;
            height: 100%;
            text-align: right;
            vertical-align: top;
            border: none;
            background-color: transparent;
            padding: 0px;
        }
        .customCalloutStyle .ajax__validatorcallout_callout_table
        {
            height: 100%;
            border: none;
            background-color: transparent;
            padding: 0px;
        }
        .customCalloutStyle .ajax__validatorcallout_callout_table_row
        {
            background-color: transparent;
            padding: 0px;
        }
        .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell
        {
            padding: 8px 0px 0px 0px;
            text-align: right;
            vertical-align: top;
            font-size: 1px;
            border: none;
            background-color: transparent;
        }
        .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
        {
            font-size: 1px;
            position: relative;
            left: 1px;
            border-bottom: none;
            border-right: none;
            border-left: none;
            width: 15px;
            background-color: transparent;
            padding: 0px;
        }
        .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
        {
            height: 1px;
            overflow: hidden;
            border-top: none;
            border-bottom: none;
            border-right: none;
            padding: 0px;
            margin-left: auto;
        }
        .customCalloutStyle .ajax__validatorcallout_error_message_cell
        {
            font-family: Verdana;
            font-size: 10px;
            padding: 5px;
            border-right: none;
            border-left: none;
            width: 100%;
            box-shadow: 3px 3px 1px 0px rgba(85, 85, 85, 0.75);
            text-align: left;
            vertical-align: middle;
            padding-top:10px;
            padding-bottom:10px;
            
            
        }
        .customCalloutStyle .ajax__validatorcallout_icon_cell
        {
            width: 20px;
            padding: 20px;
            border-right: none;
            border-top-left-radius:5px;
            border-bottom-left-radius:5px;
            box-shadow: 3px 3px 1px 0px rgba(85, 85, 85, 0.75);
        }
        .customCalloutStyle .ajax__validatorcallout_close_button_cell
        {
            vertical-align: top;
            padding: 0px;
            text-align: right;
            border-left: none;
            border-top-right-radius:5px;
            border-bottom-right-radius:5px;
            box-shadow: 3px 3px 1px 0px rgba(85, 85, 85, 0.75);
        }
        .customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
        {
            border: none;
            text-align: center;
            width: 10px;
            padding: 10px;
            cursor: pointer;
        }

.roundButton {
    display:block;
    width:52px;
    height:52px;
    line-height:50px;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: radial-gradient(#27A6F6, #FF0000);
    box-shadow: 0 0 4px gray;
    font-size:30px;
    font-weight:bold;
}

.smallroundButton {
    display:block;
    width:24px;
    height:24px;
    line-height:6px;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    color:white;
    text-align:center;
    text-decoration:none;
    background: radial-gradient(#27A6F6, #FF0000);
    box-shadow: 0 0 4px gray;
    font-size:22px;
    font-weight:bold;
    padding-left:3px;
    margin:3px;
}

#footer {
     background-color:none;
     color:white;
     clear:both;
     text-align:center;
     padding-right:17px; 
}

.bottomButton {
    height:100%;
    width:100%;
    background: linear-gradient(rgba(255,255,255,0.0), white);
    border:none;
    padding:3px;
    
}

.fbsButton {
    background-color: #829BB3;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    
    padding-left:8px;
    padding-right:10px;
    height:20px;
    text-transform: uppercase;

  
}

.fbsButton:focus 
{
    outline: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75), 0px 0px 5px 5px #FFE400;
}

.fbsButton:hover {
	background-color:#D0646E;
}
.fbsButton:active {
	position:relative;
	left: -2px !important;
}
.fbsButton:disabled {
    background-color:#EAEAEA;
    color:rgba(85, 85, 85, 0.75) !important;
}

.fbsButton2 {
    background-color: #829BB3;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    
    
    padding-left:8px;
    padding-right:10px;
    
    text-transform: uppercase;

  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;  
  
}

.fbsButton2disabled {
    background-color:#EAEAEA;
    color:rgba(85, 85, 85, 0.75) !important;
}

.tablebutton {
    color: #FFFFFF; letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    
    text-transform: uppercase;
}

.navDropdown{
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
  
    padding-left:5px;

    background: url('../images/Arrow.png') no-repeat;        
    background-position: right center;               
    height:22px; 
    width: 100%;                

}

.navDropdown::-ms-expand {
    display: none;
}

.navBox {
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    height:22px;   
    padding-left:5px; 
    width:100%;

}

.GridPager a, .GridPager span {
    background-color: #829BB3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    padding-left:7px;
    padding-right:3px;
    height:20px;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000000;
    border: 1px solid #3AC0F2;
}

.paging {
    height:35px;

}

    .paging a {
        background-color: #829BB3;
        border-radius: 3px;
        border: 0px solid #74b807;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
        font-size: 10px;
        text-align: center;
        font-family: Verdana, Verdana, sans-serif;
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.75);
        padding: 5px;
        width:20px;
    }

        .paging a:hover {
        background-color: #829BB3;
        border-radius: 3px;
        border: 0px solid #74b807;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
        font-size: 10px;
        text-align: center;
        font-family: Verdana, Verdana, sans-serif;
        text-shadow: 0px 0px 3px 5px rgba(255, 255, 255, 0.75);

        padding: 5px;
        width:20px;
        }

    .paging span {
        background-color: white;
        border-radius: 3px;
        border: 1px solid #829BB3;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        color: #829BB3;
        font-size: 10px;
        text-align: center;
        font-family: Verdana, Verdana, sans-serif;
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.75);
        padding: 5px;
        width:20px;
    }


    .paging tr {
        
        background-color: white;
        border: none !important;
        height:35px;
        
    }

    .paging td {
        padding-left:0px;
        border: none !important; 
        padding-right: 10px;
    }


.fullTable, .fullTable th, .fullTable td {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}


.fullTable2, .fullTable2 th, .fullTable2 td {
    border: 0px solid black;
    padding: 0px;
    margin: 0px;
    border-spacing:0px
}

.darkClass
{
    
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 2999;
    height: 100%;
    width: 100%;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAWSURBVBhXY2ZgYPgPxIwgBiMDA0M9AA7jAYdU6/rtAAAAAElFTkSuQmCC) repeat;
    /*background-color: black;
    background-repeat:no-repeat;
    background-position:center;*/
    position:absolute;
    top: 0px;
    left: 0px;
}

.darkBack
{
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAWSURBVBhXY2ZgYPgPxIwgBiMDA0M9AA7jAYdU6/rtAAAAAElFTkSuQmCC) repeat;
}

noborder {
  padding:0;
  margin:0;
  border:0;
  width:100%;
  height:100%;
}

.detaildiv {
    padding-top:5px;
}

.mainbody {
    position: absolute;
    bottom: 20px;
    top: 47px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    margin-left: 7px;
}

.toolbutton {
    left:0px;
}

.toolbuttonHidden {
    left:-19px;
}

.toolmenu {
    left:0px;
}

.toolmenuHidden {
    left:-149px;
}

.nav {
    position: absolute;
    width: 324px;
    height: 100%;
    top:0px;
    left:15px;
    margin: 0;
    padding: 0;
}

.detail {
    position: absolute;
    width: calc(100% - 347px);
    height: 100%;
    top:0px;
    left:341px; 
    margin: 0;
    padding: 0;
}

.navHidden {
    position: absolute;
    width: 324px;
    height: 100%;
    top:0px;
    left:-324px;
    margin: 0;
    padding: 0;
}


.detailHidden {
    position: absolute;
    width: calc(100% - 11px);
    height: 100%;
    top:1000px;
    left:2px; 
    margin: 0;
    padding: 0;

}

.navtabbar {
    position: absolute;
    top: 0px;
    left: 180px;
    right:0px;
    height: 30px;    
    margin: 0px;
    padding: 0px;
    border:0px;
    overflow: hidden;
    display: inline;    
}

.navbody {
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: calc(100% - 30px);
    margin: 0;
    padding: 0;
    font-family: Verdana, Verdana, sans-serif;
    font-size: 10px;
    background-color: white;
    border: 0px solid #EAEAEA;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.55);
}

.navframe {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    margin: 0;
    padding: 0;
    border: none;
}

.detailbuttonbar {
    position: absolute;
    top: 0px;
    right: 0;
    height: 30px;
    width: 400px;
    margin: 0;
    padding: 0;
    color: white;
    text-shadow: 0px 0px 2px black;
    
    z-index:2999;
}

.detailbody {
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: calc(100% - 30px);
    margin: 0;
    padding: 0;
    font-family: Verdana, Verdana, sans-serif;
    font-size: 10px;
    background-color: white;
    border: 0px solid #EAEAEA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    
}

.detailframe {
    position: relative;

    background-image: url('../images/SASOL_Logo_Corner_Line.svg');
    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top; 
    background-size:100vh auto, auto;    

    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding:0px;
    border: 0;
    border-radius:5px;


}



.loading {
  background: url('../images/SASOL_loadingColor.gif');
  background-position: 50% calc(50% + 24px);
  background-repeat:no-repeat;
}

.loadingWhite {
  background: url('../images/SASOL_loadingColor.gif');
  background-position: 50% calc(50% + 24px);
  background-repeat:no-repeat;
}


.normalRadioButton {
    background-color: transparent;
    border: 0px solid #03783c;
    display: inline-block;
    cursor: pointer;
    color: black;
    font-family: arial;
    text-decoration: none;
    letter-spacing: 0pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    padding-top:10px;
    height:25px;
}

.normalRadioButton[aria-checked="true"]:before{
  float: left;  
  width:32px;
  height:25px;
  font-size: 32px;
  pointer-events: none;
  color:black;  
  text-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.30);   
  font-family:Verdana; content: "◉";     margin:-12px 0px 0 0;
}

.normalRadioButton[aria-checked="false"]:before{
  float:left; 
  height:25px; 
  width:32px;
  font-size: 32px;
  pointer-events: none;
  color:black;  
  text-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.30);  
  font-family:Verdana; content: "○";     margin:-14px 0px 0 0;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width:100%;
    top:27px;
    left:0px;
    height: calc(100% - 70px);

}
.middle {
    display:table-cell;
    vertical-align:middle;
}
.inner {
    margin-left:35px;
    margin-right:auto;
}

.waitclass {
    z-index: 4000;
    height: 100%;
    width: 100%;
    position:absolute;
    top: 0px;
    left: 0px;
    cursor:wait;
}

.loadingclass {
    z-index: 5000;
    height: 100%;
    width: 100%;
    background: url('../images/SASOL_loadingColor.gif');
    background-position: 50% calc(50% + 24px);
    background-repeat:no-repeat;
    position:absolute;
    top: 0px;
    left: 0px;
    cursor:wait;
}

  .loadingclass:after {
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    position:absolute;
    top:  calc(50% - 51px);
    left: calc(50% - 75px);
    height:149px;
    width:150px;
    background-color:rgba(255, 255, 255, 0.5);
    border-radius:50%;
    box-shadow:  0px 0px 70px 50px white;
  }

.vCenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.normalTable tr{
    height:30px;
}

.editTable tr{
    height:30px;
    width:100%;    
}

.editTable td {
    width:auto;
    padding-left:10px; 
}




.infoTable, .infoTable th, .infoTable td {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.infoTable {
    
    margin-left:-60px;
    padding-left:60px;    
    
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;

    background:linear-gradient(to right, rgba(255,255,255,0) 0%, white 80%);
    height:30px;
    width: 200px;

}



    .infoTable td {
        padding-right:10px;
    }

    .infoTable tr {
        height: 9px;
    }

.infoCol {
    padding-left:30px;

    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;

    background:linear-gradient(to right, white 0%, darkgray 30%);
}

.bgGradient {
    /*background-image: linear-gradient(to bottom, rgba(200,200,200,0.4), white 10%);*/
    /*box-shadow: inset 0 0 100px -30px rgba(0,0,0, 0.10), 1px 1px 5px 2px rgba(85, 85, 85, 0.75);*/
    
}

.detailInlay {
     overflow-y:scroll; 
     height:300px; 
     border:solid 0px #829BB3; 
     background-color:rgba(255, 255, 255, 0); 
     border-bottom-left-radius:5px; 
     border-top-left-radius:5px;
}

.detailOverlay {
    background-color: transparent;
    position: absolute;
    top: 135px;
    left: 8px;
    width: calc(100% - 33px);
    height: calc(100% - 145px);
    border-bottom-left-radius:5px; 
    border-top-left-radius:5px;
    z-index:10000;
}

.detailInlay2 {
     overflow-y:scroll; 
     height:calc(100% - 203px); 
     border:solid 1px #829BB3; 
     background-color:rgba(0, 45, 143, 0.50);
     border-bottom-left-radius:5px; 
     border-top-left-radius:5px;
}

.detailOverlay2 {
    background-color: transparent;
    position: absolute;
    top: 135px;
    left: 8px;
    width: calc(100% - 33px);
    height: calc(100% - 203px);
    border-bottom-left-radius:5px; 
    border-top-left-radius:5px;
    z-index:10000;
}

.detailInlayFade {
    height:100%;
    background-color: rgba(255, 255, 255, 0.00);
}


.reportFrame {
  border: none; 
  background-color: #8E8E8E; 
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
  border-radius:5px;
  background-image: url('../images/SASOL_loadingGrey.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% calc(50% + 24px); 
  overflow-y:auto;
  width : 965px;
  height : 468px;
 
}

.compOverlay {
    background-color: rgba(85, 85, 85, 0.00);
    position: absolute;
    top: 238px;
    left: 15px;
    width: 650px;
    height: 275px;
    z-index:10000;
}

.smallRemoveButton {
    position:relative;
    background-color:transparent;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    text-decoration: none;
    color: red;
    font-size: 17px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 6px rgba(255, 255, 255, 1);
    text-transform: uppercase;
    width:20px;
    height:20px;
    left:119px;
    top:-22px;
    padding:0px;
}

    .smallRemoveButton:disabled {
        display:none;
    }

        .smallRemoveButton[disabled] {
        display:none;
    }


.vertButton {
      background-color:#27A6F6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 8px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    position:relative;
    height:100%;
    transform:rotate(-90deg);
    transform-origin:left;
    margin-left:5px;
    margin-bottom :-6px;
}

.vertButton span {
    transform: rotate(-90deg);
}

    .vertButton:hover {
        box-shadow: inset 0 0 12px rgba(255,0,0, 0.55);
    }

.vertButton:focus 
{
    outline: none;
    box-shadow: inset 0 0 3px 1px #FF0000, 0 0 3px 1px #FF0000;
}

.vertButton:disabled {
      background-color:#EAEAEA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 8px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    position:relative;
    height:100%;
    transform:rotate(-90deg);
    transform-origin:left;
    margin-left:5px;
    margin-bottom :-6px;
}

.hideElement {
    display:none;
}

.styleLocate {position:fixed; top:48px; left: 127px; margin:0px; border:0px; height:30px; width:185px; padding:0px; overflow: hidden; }
.stylePickup {position:fixed; top:48px; left: 188px; margin:0px; border:0px; height:30px; width:185px; padding:0px; overflow: hidden; }
.styleTrips {position: fixed; top:48px; left: 357px; margin:0px; border:0px;  height:30px; width:185px; padding:0px; overflow: hidden;}
.styleRail {position: fixed; top:48px; left: 486px; margin:0px; border:0px;  height:30px; width:185px; padding:0px; overflow: hidden;}
.styleFBS {position: fixed; top:48px; left: 397px; margin:0px; border:0px;  height:30px; width:52px; padding:0px; overflow: hidden;}

.styleLocateHidden {position:fixed; top:80px; left: 127px; margin:0px; border:0px; height:0px; width:185px; padding:0px; overflow: hidden; }
.stylePickupHidden {position:fixed; top:80px; left: 188px; margin:0px; border:0px; height:0px; width:185px; padding:0px; overflow: hidden; }
.styleTripsHidden {position: fixed; top:80px; left: 357px; margin:0px; border:0px;  height:0px; width:185px; padding:0px; overflow: hidden;}
.styleRailHidden {position: fixed; top:80px; left: 486px; margin:0px; border:0px;  height:0px; width:185px; padding:0px; overflow: hidden;}
.styleFBSHidden {position: fixed; top:80px; left: 397px; margin:0px; border:0px;  height:0px; width:52px; padding:0px; overflow: hidden;}
      
.styleHeading {position: absolute; top: 15px; left: 20px;}
.styleHeadingHidden {position: absolute; top: 15px; left: -400px;}
              


.normalComboBox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    position:relative;
    top:-5px;
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    border-right-width: 0px;
    padding-left:5px;


    height:22px; 
    width: 138px; 

    white-space: pre;
}

.normalComboBox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input:disabled {    
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    color:black;
}

.normalComboBox .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    position:relative;
    top:-5px;
    background: url('../images/Arrow.png') no-repeat;        
    background-position: right center;  
    background-color: white;
    border: 1px solid darkgray;
    border-left-width: 0px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 22px;
    width: 20px;
    
}

.normalComboBox .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button:disabled {    
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    color:black;
}

.normalComboBox .ajax__combobox_itemlist
{
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 11px;
    text-align: left;
    font-family: monospace;
    white-space: pre;
    max-height:250px !important;
}

.shortComboBox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    position:relative;
    top:-5px;
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    border-right-width: 0px;
    padding-left:5px;


    height:22px; 
    width: 100px; 

    white-space: pre;
}
.shortComboBox .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    position:relative;
    top:-5px;
    background: url('../images/Arrow.png') no-repeat;        
    background-position: right center;  
    background-color: white;
    border: 1px solid darkgray;
    border-left-width: 0px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 22px;
    width: 20px;
    
}
.shortComboBox .ajax__combobox_itemlist
{
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 11px;
    text-align: left;
    font-family: monospace;
    white-space: pre;
}




.disabledComboBox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    color:black;
    position:relative;
    top:-5px;
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    border-right-width: 0px;
    padding-left:5px;


    height:22px; 
    width: 140px; 

    white-space: pre;
}
.disabledComboBox .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    position:relative;
    top:-5px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    background-position: right center;  
    background-color: white;
    border: 1px solid darkgray;
    border-left-width: 0px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 22px;
    width: 20px;
    
}
.disabledComboBox .ajax__combobox_itemlist
{
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 11px;
    text-align: left;
    font-family: monospace;
    white-space: pre;
}
#divBody {
    width: 100%;
    height: 100%;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

#divTopFixed {
    width: 100%;    
}

#divVariableBottom {
    width: 100%;
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, */
    overflow-y: auto;
}

.modalPopup2 {
    border: 0px solid #EAEAEA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border-width: 0px;
    width: 1000px;
    height: 500px;
    padding:5px;
    box-shadow: 0px 0px 20px 10px rgba(85, 85, 85, 0.75), 1px 1px 5px 2px rgba(85, 85, 85, 0.75);
    position:relative;
    z-index: 10000;   
    /*margin-left:-160px;
    margin-top:-37px;*/
    display:none;
    position:absolute;    
}

.contextMenuDiv {
    color:Black;
    letter-spacing: 0pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    border: 1px solid #EAEAEA; 
    background-color: white; 
    border-radius:3px; 
    box-shadow: 3px 3px 3px rgba(85, 85, 85, 0.75);
}

.contextMenuButton {
    background-color: white;
    border: 1px solid white;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: black;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;
    height:21px;
    width:100%;
}

.contextMenuButton:hover {
	background-color:rgb(221, 208, 208);
    border: 1px solid gray;
}

.contextMenuButton[disabled] {
    color: gray;
    text-shadow: 1px 1px 2px #EAEAEA;
    
}


#divLeft {
    position:absolute;
    left:-118px;
    bottom:0px;
}

#divRight {
    position:absolute;
    right:-120px;
    bottom:4px;
}

#divCenter {
    position:absolute;
    left: Calc(50% - 266px);
    bottom:-65px;
}

#divCenter2 {
    position:absolute;
    left: Calc(50% - 133px);
    bottom:-65px;
}

#divIn {
    position: absolute;
    bottom: 4px;
    left: -100px;
}

#divOut {
    position: absolute;
    bottom: 4px;
    right: -100px;
}

.yellowComboBox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    position:relative;
    top:-5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAYSURBVBhXY/wPBK8/WjEwvPpgCWT+/w8AdcYNIgNoUmMAAAAASUVORK5CYII=) repeat !important; 
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;e
    -o-border-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    border-right-width: 0px;
    padding-left:5px;


    height:22px; 
    width: 128px; 

    white-space: pre;
}

    .yellowComboBox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input:disabled {
        color : black;
    }

.yellowComboBox .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    position:relative;
    top:-5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAYSURBVBhXY/wPBK8/WjEwvPpgCWT+/w8AdcYNIgNoUmMAAAAASUVORK5CYII=) repeat !important; 
    background-position: right center;  
    background-color: white;
    border: 1px solid darkgray;
    border-left-width: 0px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 22px;
    width: 20px;
    
}
.yellowComboBox .ajax__combobox_itemlist
{
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 11px;
    text-align: left;
    font-family: monospace;
    white-space: pre;
}

.greenComboBox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    position:relative;
    top:-5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAVSURBVBhXYxC5LfUfBBhAhMhtqf8AaloMCVMf74IAAAAASUVORK5CYII=) repeat !important; 
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    border-right-width: 0px;
    padding-left:5px;


    height:22px; 
    width: 128px; 

    white-space: pre;
}
.greenComboBox .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    position:relative;
    top:-5px;
    background: url('../images/Arrow.png') no-repeat, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAVSURBVBhXYxC5LfUfBBhAhMhtqf8AaloMCVMf74IAAAAASUVORK5CYII=) repeat; 
    background-position: right center;  
    background-color: white;
    border: 1px solid darkgray;
    border-left-width: 0px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 22px;
    width: 20px;
    
}
.greenComboBox .ajax__combobox_itemlist
{
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 11px;
    text-align: left;
    font-family: monospace;
    white-space: pre;
}


.gridComboBox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    position:relative;
    top:-5px;
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;    
    border-right-width: 0px;
    padding-left:5px;
    height:22px; 
    width: 100px; 
    white-space: pre;
}

.gridComboBox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input:disabled {    
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    color:black;
}

.gridComboBox .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    position:relative;
    top:-5px;
    background: url('../images/Arrow.png') no-repeat;        
    background-position: right center;  
    background-color: white;
    border: 1px solid darkgray;
    border-left-width: 0px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 22px;
    width: 20px;    
}

.gridComboBox .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button:disabled {    
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    color:black;
}

.gridComboBox .ajax__combobox_itemlist
{
    background-color: white;
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 11px;
    text-align: left;
    font-family: monospace;
    white-space: pre;
}

.ajax__combobox_inputcontainer td {
    padding: 0;
    border: 0px !important;
}

.configButton {
    background-color: transparent;
    border-radius:3px;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: black;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Verdana, sans-serif;    
    text-transform: uppercase;
}

    .configButton:hover {
        border-radius:3px;
        border: 1px solid #EAEAEA;
    }

    .configButton i {
        color : darkgray;
    }

    .ui-dialog-titlebar {
  background: white !important;
  border: 0px solid #B8B8B8;
  margin-top:10px;
  color: #000000 !important;
  font-weight: bold;
    color: black !important;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;


}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}

.ui-widget-content {
    background: white;
    border: 1px solid #EAEAEA;
    color: #222222;
}

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
    z-index: 10002 !important; 
}

       

.ui-widget-overlay{
    cursor:wait;
    opacity:0.2;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAWSURBVBhXY2ZgYPgPxIwgBiMDA0M9AA7jAYdU6/rtAAAAAElFTkSuQmCC) repeat; 

z-index:10001 !important;
}



.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: hidden;
    position: relative;
    padding: 5px !important;
    padding-top: 0px !important;
    width:400px;
}

        .ui-button {
            margin-right:1px !important;
    background-color: #F4063A !important;
    border: 0px solid #03783c !important;
    display: inline-block !important;
    cursor: pointer !important;
    text-decoration: none !important;
    color: #FFFFFF !important;
    letter-spacing: 2pt !important;
    word-spacing: 2pt !important;
    font-size: 10px !important;
    text-align: center !important;
    font-family: Verdana, Verdana, sans-serif !important;
    text-transform: uppercase !important;
    box-shadow: inset 0 0 12px rgba(0,0,0, 0.15) !important;
    height:30px !important;
    border-radius:0px !important;
    padding-left:10px !important;
    padding-right:10px !important;

    
        }

        .ui-button:first-of-type {
            border-top-left-radius : 4px !important;
            border-bottom-left-radius : 4px !important;
        }

        .ui-button:last-of-type {
            border-top-right-radius : 4px !important;
            border-bottom-right-radius : 4px !important;
        }

        .ui-button:hover {
	background-color:#D0646E !important;
}
.ui-button:active {
	position:relative !important;
	top:1px !important;
    box-shadow: inset 0 0 12px rgba(255,0,0, 0.55) !important;
}
.ui-button[disabled] {
    background-color:#EAEAEA !important;
    color:rgba(85, 85, 85, 0.75) !important;
}
.ui-button:before
{  
  float:left !important;  
  width:25px !important;
  font-size: 20px !important;
  pointer-events: none !important;
  color:white !important;  
  text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25) !important;  
}

.ui-button:disabled:before
{  
  float:left !important;  
  width:25px !important;
  font-size: 24px !important;
  pointer-events: none !important;
  color:darkgray !important;  
  text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25) !important;  
}

.ui-button:focus 
{
    outline: none !important;
    text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25) !important; 
}

.ui-dialog-title {
    padding-left:5px;
    
    color:Black;
    letter-spacing: 1pt;
    word-spacing: 2pt;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    font-family: Verdana, Verdana, sans-serif;
    text-transform: uppercase; 
    padding-left:10px;   
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
}

.numbersOnly {

}

.mandatory {
    
}

.faintRedSolid {
    background-color:rgba(255,0,0,0.2) !important;
}

.faintGreenSolid {
    background-color:rgba(0,255,0,0.2) !important;
}

.faintBlueSolid {
    background-color:rgba(0,0,255,0.2) !important;
}

.faintYellowSolid {
    background-color:rgba(255,255,0,0.2) !important;
}

.weightBox {
    background-color: white;
    border: 1px solid darkgray;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.30);
    font-size: 10px !important;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif !important;    
    height:22px;   
    padding-left:5px; 
    width:150px;
    text-align:right;
    padding-right:25px;
}
.weightBox:disabled {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAUSURBVBhXY1iyZIkPAwwsWbLEBwApCgRxVxvNxAAAAABJRU5ErkJggg==) repeat;
    color:black;
}

.Grid2 {
    border-collapse:separate;
    border-spacing:0;
}

.Grid2, .Grid2 th, .Grid2 td

{
    border:0px;
    text-align:left;    
}

.Grid2 tr td:last-child {
    border-right: 0px solid darkgray;
}

.Grid2 tr:last-child td:first-child {
    border-bottom-left-radius: 0px;
}

.Grid2 tr:last-child td:last-child {
    border-bottom-right-radius: 0px;
}


.Grid2 tr td {
    border-bottom: 1px solid #EAEAEA;
}

.Grid2 tr:last-child td  {
    border-bottom: 0px solid #EAEAEA;
}


    .Grid2 tr th {
        background-color: #829CB5;
        border-bottom: 2px solid darkgray;
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
        letter-spacing: 2pt;
        word-spacing: 2pt;
        font-size: 10px;
        text-align: left;
        font-family: Verdana, Verdana, sans-serif;
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.50);
        text-transform: uppercase;
        height: 20px;
        padding: 10px;
        font-weight: normal;
    }

.Grid2 th:first-child {
    border-top-left-radius: 5px;
}

.Grid2 th:last-child {
    border-top-right-radius: 5px;
}

.weightTable {
    color:Black;
    letter-spacing: 0pt;
    word-spacing: 2pt;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    vertical-align:middle;
    border: 0px;
    padding: 5px;
    margin: 0px;
    border-collapse: collapse;
}

.weightTable tr{
    height:20px;      
}

    .weightTable tr:first-child td {
        font-weight:bold;
        text-align:center; 
    }

.weightTable td {    
    width:100px; 
    text-align:center;   
}

    .weightTable tr td:first-child {
        font-weight:bold;
        text-align:left; 
    }

.weightTable td:nth-child(2n) {
    background-color:rgba(0,0,0,0.1);
}

/*New Dropdown Styles*/

        .ui-widget {
            font-size :10px;
            font-family: Verdana, Verdana, sans-serif; 
        }

        .ui-widget-header {
    background-color: #829BB3;
    border: 0px solid #829BB3;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2pt;
    word-spacing: 2pt;
    font-size: 9px;
    text-align: left;
    font-family: Verdana, Verdana, sans-serif;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.50);
    text-transform: uppercase;
    font-weight: normal;
    
    font-weight: normal;    
    padding-top:5px;
    padding-bottom:5px;
        }

        .ui-widget-header span {
            color : white;
            padding-left:5px;
            margin-right:-5px;
        }

        .ui-widget-content {
            padding: 0px;       
        }

        .ui-state-active {
            background-color:yellow !important;
            color: blue;
            border-top:1px solid white !important;            
        }

        .ui-menu {
            border: 1px solid lightgray;
            width:350px;
            max-height:500px !important;
            overflow-y:scroll !important;
            overflow-x:hidden !important;
            list-style:none;
        }

        .ui-menu li {
            background: white;
            padding:5px;
        }

            .ui-menu li:nth-child(odd) {
                background: rgb(240, 240, 240);
            }


        .dropdownButton {
            position: relative;
            top: 0px;
            left: -24px;
            background: url('../images/Arrow.png') no-repeat;
            background-position: right center;
            background-color: white;
            border: 1px solid darkgray;
            border-left-width: 0px;
            border-bottom-right-radius: 2px;
            border-top-right-radius: 2px;
            height: 22px;
            width: 20px;
        }

